

/*---------- import 
@import url("pagelist.css");---------*/




/*---------- base ---------*/

body{font-family:"microsoft yahei";}
ul,li{list-style:none;}
.mt8{margin-top:8px;}
.mbX{margin-top:95px;}
.m3{margin:3px 0;}
.mb20{margin-bottom:16px;}
.wxg-time-grey{color:#B7B7B6;}
.wxg-color-grey{color:#6D6D6D;}
.wxg-bg-grey{background:url(../images/bj1.jpg) no-repeat;}
.wxg-bg-green{background-color:#E8F3E4;}
.wxg-color-green{color:#459100;font-size:16px;font-weight:bold;}
.wxg-color-yellow{color:#FD5300;}
.navy-blue{background-color:#B7B7B6;}
.lh25{line-height:30px;}
.link-white a{color:#E7E6E6;}
.link-red{color:#ff0000;font-size:12px;}
.pd25{padding:15px 17px 15px 8px;}
.p10{padding:0 0 20px 0;}
.pl10{margin-left:10px;}
.pb10{padding-bottom:10px;}
.lh150{line-height:200%;}
.ml10{margin-right:20px;}
.lh30{line-height:50px;}
.z12{font-size:14px;}
.vdimgck{width:50px;}
.glyphicon-asterisk,.glyphicon-home,.glyphicon-tag,.glyphicon-envelope,.glyphicon-flag,.glyphicon-heart,.glyphicon-link{color:#E7E6E6;}
.glyphicon-object-align-bottom,.glyphicon-th,.glyphicon-sunglasses,.glyphicon-earphone,.glyphicon-save,.glyphicon-send,.glyphicon-paperclip,.glyphicon-arrow-right,.glyphicon-refresh,.glyphicon-play-circle,.glyphicon-home{font-size:12px;padding-right:10px;}
.glyphicon-eye-open,.glyphicon-time,.glyphicon-log-out,.glyphicon-pencil,.glyphicon-list-alt,.glyphicon-tasks,.glyphicon-king,.glyphicon-headphones,.glyphicon-blackboard,.glyphicon-user{font-size:12px;padding-right:5px;}
.text-overflow{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.p-left10{padding-left:20px;}

.navbar-nav li{padding:0;}
.navbar-collapse{padding-left:0px;}
.navbar-nav,.navbar-inverse{background-color:#09B9E0;border:0;border-radius:0;}
.navbar-inverse a{font-size:16px;}
.navbar-inverse .navbar-nav>li>a{color:#fff;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#02285E;}
.dropdown-menu>li>a{font-size:14px;}
.wxg-btn-lg{font-size:14px;}
.float{position:relative;z-index:88888;}

.more{float:right;margin-left:10px;}
.more a{font-size:12px;}
.wxg-more{margin-right:10px;margin-top:15px;}
.newday{color:#fff;}
.newday em{color:#ff0000;padding:0 10px;font-weight:bold;}
.newday  i{font-style:normal;}
.panel-heading  i{font-style:normal;}
.panel-heading .font-yellow{color:#FF5425;}
.wxg-panel-title a{display:block;font-size:14px;}
.wxg-panel-title a:hover,.wxg-panel-title a:visited{color:#0094A6;text-decoration:none;}
.wxg-panel-border {border:0px;}
.bd1{border:1px solid #ddd;}

.imglist{width:58px;height:50px;}
.imglist-o{width:88px;height:80px;}
.soft_list_o{}
.soft_list_o em{font-style:normal;color:#FF710D;font-weight:bold;}
.soft_list_o li{line-height:30px;border-bottom:1px dashed #ccc;padding:10px 0;}
.wxg-list{border-bottom:1px dashed #ccc;padding:10px 0;}



.wxg_title{font-size:24px;text-align:center;font-weight:bold;padding:20px 0;}
.wxg_body{line-height:27px;padding:20px 0 0 0;}
.arcinfo{text-align:center;line-height:40px;font-size:12px;border-bottom:1px dashed #ccc;}
.wxg-qt{padding:20px 10px 40px 10px;border-top:1px dashed #ccc;}
.sub_right_item{margin:10px auto 6px auto;display:block;text-align:right;}
.bshare-more{padding-top:5px;}
blockquote i{font-style:normal;}

/* .slswtz{width:40px;height:40px;position:absolute;left:250px;top:-5px;}
.sfswtz{display:none;} */







.dtl12 {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
}
.dtl12 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.dtl12 .dtl {
    background: #333;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 0 15px;
    visibility: hidden;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.dtl12 .dtl h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 10px;
}
.dtl12 .dtl p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #9d9c9c;
    text-indent: 10px;
}
.dtl12 .dtl a {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    float: right;
    font-size: 12px;
    padding: 2px 15px;
    text-align: center;
}
.dtl12 .dtl a:hover {
    background:#e6e6e6;
    border: 1px solid #adadad;
}
.dtl12:hover img {
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}
.dtl12:hover .dtl {
    visibility: visible;
    opacity: 1;
}
.dtl12 .wxg-dtl {
    background: #333;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left:0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.dtl12 .wxg-dtl a {
	width: 100%;
	height: 100%;
    background: #fff;
    color: #333;
    font-size: 25px;
	display:block;
    text-align: center;
	padding-top:25%;
	text-decoration:none;
}
.dtl12 .wxg-dtl a:hover {
    background: #e6e6e6;
    border: 1px solid #adadad;
}
.dtl12:hover img {
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}
.dtl12:hover .wxg-dtl {
    visibility: visible;
    opacity: 1;
}

.btn13 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.btn13 img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
	border-radius:100px;
	-o-border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.btn13 .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	border-radius:100px;
	-o-border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.btn13 .buttons {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn13 .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    color: rgba(50, 50, 50, 0.9);
}
.btn13 .buttons .fa-link {
    -webkit-transform-origin: -190% 50%;
    -moz-transform-origin: -190% 50%;
    -ms-transform-origin: -190% 50%;
    -o-transform-origin: -190% 50%;
    transform-origin: -190% 50%;
}
.btn13 .buttons .fa-search {
    -webkit-transform-origin: 300% 50%;
    -moz-transform-origin: 300% 50%;
    -ms-transform-origin: 300% 50%;
    -o-transform-origin: 300% 50%;
    transform-origin: 300% 50%;
}
.btn13:hover .buttons .fa {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.btn13:hover .ovrly {
    opacity: 1;
}
.btn14 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.btn14 img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
	border-radius:100px;
	-o-border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.btn14 .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	border-radius:100px;
	-o-border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.btn14 .buttons {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn14 .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    color: rgba(50, 50, 50, 0.9);
}
.btn14 .buttons .fa-link {
    -webkit-transform-origin: 50% -110%;
    -moz-transform-origin: 50% -110%;
    -ms-transform-origin: 50% -110%;
    -o-transform-origin: 50% -110%;
    transform-origin: 50% -110%;
}
.btn14 .buttons .fa-search {
    -webkit-transform-origin: 50% 210%;
    -moz-transform-origin: 50% 210%;
    -ms-transform-origin: 50% 210%;
    -o-transform-origin: 50% 210%;
    transform-origin: 50% 210%;
}
.btn14:hover .buttons .fa {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.btn14:hover .ovrly {
    opacity: 1;
}

.wxg-photo-item{padding:15px 10px 10px 10px;}

/* footer  css */
.main-footer{
	color:#BBBABA;
}
.main-footer a,.copyright a{
	color:#BBBABA;
	outline:none;
	text-decoration:none;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding:2px 5px;
}
.main-footer a:hover,.copyright a:hover{
	color:#fff;
	background: #03A0E2;
	padding:2px 5px;
}
.main-footer {
	background: #000;
	padding: 35px 0 0;
}
.widget {
	padding: 0px 10px;
	margin-bottom: 35px;
}
.widget .title {
	color:#fff;
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 21px;
	position: relative;
}
.widget .title:after {
	content: "";
	width: 90px;
	height: 1px;
	background: #03A0E2;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.main-footer .widget .friend-links a {
	border: none;
}
.widget .tag-cloud a {
	line-height: 1.3em;
	display: inline-block;
}
.copyright {
	background: #0A0A0A;
	font-size: 13px;
	text-align: center;
	color: #BBBABA;
	padding-top: 28px;
	padding-bottom: 28px;
	border-top: 1px solid #303030;
}
.title-p span{margin:0 0 0 10px;}

.copyright span{padding:0 5px;}